All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----sjl.wrappers.FuncReaderInteger
FuncReaderInteger
is a function object designed for
reading objects of type Integer
from a DataInputStream.
Objects of this class is used by the InputStreamIterator.
Copyright © 1996 Finn Bock
Integer
and initialize
it with the next Integer read from the argument stream.
public FuncReaderInteger()
public Object perform(Object stream)
Integer
and initialize
it with the next Integer read from the argument stream. The
The readInt()
method is called to do the reading.
The return value is ignored.
All Packages Class Hierarchy This Package Previous Next Index